projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e3b62
)
(perror_1, fatal_error): Don't compile unless needed.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 22 Feb 1999 20:51:02 +0000
(20:51 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 22 Feb 1999 20:51:02 +0000
(20:51 +0000)
lib-src/emacsserver.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsserver.c
b/lib-src/emacsserver.c
index b25b58f38aa8d69640fa8c8aa87bc9a0b587eb0b..fa3c3403655c066613bc4d6cd25edcfe5138c6f6 100644
(file)
--- a/
lib-src/emacsserver.c
+++ b/
lib-src/emacsserver.c
@@
-569,7
+569,6
@@
main ()
#endif /* HAVE_SYSVIPC */
-#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */
\f
/* This is like perror but puts `Error: ' at the beginning. */
@@
-594,3
+593,4
@@
fatal_error (string)
fprintf (stderr, string);
exit (1);
}
+#endif /* HAVE_SOCKETS or HAVE_SYSVIPC */